Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/milkymist
base: ff72330^
Choose a base ref
...
head repository: m-labs/milkymist
compare: 5cdd93f
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 2, 2012

  1. softusb: added access to Navre's PC via CSR

    This is for debugging. Removed reading back the reset status via CSR,
    since it seems not very useful and we don't have to decode the address
    this way.
    wpwrak committed Mar 2, 2012
    Copy the full SHA
    ff72330 View commit details
    Browse the repository at this point in the history
  2. softusb: added the usual set of -W... flags and corrected code accord…

    …ingly
    
    The problem were:
    
    - missing "void" in function declarations in main.c
    
    - debug.c didn't include debug.h
    
    None of these caused actual malfunction.
    wpwrak committed Mar 2, 2012
    Copy the full SHA
    5cdd93f View commit details
    Browse the repository at this point in the history